home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / frigate / Frigate3_Lite_v25.exe / {app} / Addons / Schemes / Pascal.sch < prev    next >
Text File  |  2004-01-06  |  11KB  |  359 lines

  1. object TPersHolder
  2.   P.Name = 'Pascal'
  3.   P.Extensions.Strings = (
  4.     'pas;dfm;dpr;~pas;~dfm;ds')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       FIText = 0
  10.       FIIntNum = 1
  11.       FIFloatNum = 2
  12.       FIHexNum = 3
  13.       UseComments = True
  14.       UseSingleLineComments = True
  15.       UseMultiLineComments = True
  16.       UseStrings = True
  17.       UseSingleLineStrings = True
  18.       UseNumbers = True
  19.       UsePrefixedNumbers = True
  20.       UseKeywords = True
  21.       BlockDelimiters = <>
  22.       SingleLineCommentDelimiters = <
  23.         item
  24.           FontID = 4
  25.           LeftDelimiter = '//'
  26.         end>
  27.       MultiLineCommentDelimiters = <
  28.         item
  29.           FontID = 5
  30.           LeftDelimiter = '{'
  31.           RightDelimiter = '}'
  32.         end
  33.         item
  34.           FontID = 6
  35.           LeftDelimiter = '(*'
  36.           RightDelimiter = '*)'
  37.         end>
  38.       SingleLineStringDelimiters = <
  39.         item
  40.           FontID = 7
  41.           LeftDelimiter = #39
  42.           RightDelimiter = #39
  43.         end>
  44.       NumPrefixes = <
  45.         item
  46.           LeftDelimiter = '$'
  47.         end
  48.         item
  49.           LeftDelimiter = '#$'
  50.         end
  51.         item
  52.           LeftDelimiter = '#'
  53.         end>
  54.       KeywordSets = <
  55.         item
  56.           FontID = 8
  57.           Name = 'reserved'
  58.           Keywords = 
  59.             'absolute,abstract,and,array,as,asm,assembler,at,automated,begin,' +
  60.             'case,cdecl,class,const,constructor,contains,default,deprecated,d' +
  61.             'estructor,dispid,dispinterface,div,do,downto,dynamic,else,end,ex' +
  62.             'cept,export,exports,external,far,file,finalization,finally,for,f' +
  63.             'orward,function,goto,if,implementation,implements,in,index,inher' +
  64.             'ited,initialization,inline,interface,is,label,library,message,mo' +
  65.             'd,name,near,nil,nodefault,not,object,of,on,or,out,overload,overr' +
  66.             'ide,package,packed,pascal,platform,private,procedure,program,pro' +
  67.             'perty,protected,public,published,raise,read,readonly,record,regi' +
  68.             'ster,reintroduce,repeat,requires,resident,resourcestring,safecal' +
  69.             'l,set,shl,shr,stdcall,stored,string,then,threadvar,to,try,type,u' +
  70.             'nit,until,uses,var,virtual,while,with,write,writeonly,xor'
  71.         end>
  72.     end
  73.     item
  74.       Name = 'Assembler'
  75.       ID = 1
  76.       ParentID = 0
  77.       FIText = 9
  78.       FIIntNum = 10
  79.       FIFloatNum = 11
  80.       FIHexNum = 12
  81.       UseComments = True
  82.       UseSingleLineComments = True
  83.       UseMultiLineComments = True
  84.       UseStrings = True
  85.       UseSingleLineStrings = True
  86.       UseNumbers = True
  87.       UsePrefixedNumbers = True
  88.       UseSuffixedNumbers = True
  89.       UseMultipleNumSuffixes = False
  90.       UsePrefixedIdentifiers = True
  91.       UseKeywords = True
  92.       BlockDelimiters = <
  93.         item
  94.           LeftDelimiter = 'asm'
  95.           RightDelimiter = 'end'
  96.         end>
  97.       SingleLineCommentDelimiters = <
  98.         item
  99.           FontID = 13
  100.           LeftDelimiter = '//'
  101.         end>
  102.       MultiLineCommentDelimiters = <
  103.         item
  104.           FontID = 14
  105.           LeftDelimiter = '{'
  106.           RightDelimiter = '}'
  107.         end
  108.         item
  109.           FontID = 15
  110.           LeftDelimiter = '(*'
  111.           RightDelimiter = '*)'
  112.         end>
  113.       SingleLineStringDelimiters = <
  114.         item
  115.           FontID = 16
  116.           LeftDelimiter = #39
  117.           RightDelimiter = #39
  118.         end
  119.         item
  120.           FontID = 17
  121.           LeftDelimiter = '"'
  122.           RightDelimiter = '"'
  123.         end>
  124.       NumPrefixes = <
  125.         item
  126.           LeftDelimiter = '$'
  127.         end>
  128.       NumSuffixes = <
  129.         item
  130.           LeftDelimiter = 'b'
  131.         end
  132.         item
  133.           LeftDelimiter = 'o'
  134.         end
  135.         item
  136.           LeftDelimiter = 'h'
  137.         end>
  138.       IdentPrefixes = <
  139.         item
  140.           LeftDelimiter = '@'
  141.         end>
  142.       KeywordSets = <
  143.         item
  144.           FontID = 18
  145.           Name = 'OpCodes'
  146.           Keywords = 
  147.             'AAA,AAD,AAM,AAS,ADC,ADD,AND,ARPL,BOUND,BSF,BSR,BSWAP,BT,BTC,BTR,' +
  148.             'BTS,CALL,CBW,CDQ,CLC,CLD,CLI,CLTS,CMC,CMP,CMPS,CMPSB,CMPSD,CMPSW' +
  149.             ',CMPXCHG,CWD,CWDE,DAA,DAS,DEC,DIV,ENTER,ESC,F2XM1,FABS,FADD,FADD' +
  150.             'P,FBLD,FBSTP,FCHS,FCLEX,FCOM,FCOMP,FCOMPP,FCOS,FDECSTP,FDISI,FDI' +
  151.             'V,FDIVP,FDIVR,FDIVRP,FENI,FFREE,FIADD,FICOM,FICOMP,FIDIV,FIDIVR,' +
  152.             'FILD,FIMUL,FINCSTP,FINIT,FIST,FISTP,FISUB,FISUBR,FLD,FLD1,FLDCW,' +
  153.             'FLDENV,FLDL2E,FLDL2T,FLDLG2,FLDLN2,FLDPI,FLDZ,FMUL,FMULP,FNCLEX,' +
  154.             'FNDISI,FNENI,FNINIT,FNOP,FNSAVE,FNSTCW,FNSTENV,FNSTSW,FPATAN,FPR' +
  155.             'EM,FPREM1,FPTAN,FRNDINT,FRSTOR,FSAVE,FSCALE,FSETPM,FSIN,FSINCOS,' +
  156.             'FSQRT,FST,FSTCW,FSTENV,FSTP,FSTSW,FSUB,FSUBP,FSUBR,FSUBRP,FTST,F' +
  157.             'UCOM,FUCOMP,FUCOMPP,FWAIT,FXAM,FXCH,FXTRACT,FYL2X,FYL2XP1,HLT,ID' +
  158.             'IV,IMUL,IN,INC,INSB,INSD,INSW,INT,INTO,INVD,INVLPG,IRET,IRETD,JA' +
  159.             ',JAE,JB,JBE,JC,JCXZ,JE,JECXZ,JG,JGE,JL,JLE,JMP,JNA,JNAE,JNB,JNBE' +
  160.             ',JNC,JNE,JNG,JNGE,JNL,JNLE,JNO,JNP,JNS,JNZ,JO,JP,JPE,JPO,JS,JZ,L' +
  161.             'AHF,LAR,LDS,LEA,LEAVE,LES,LFS,LGDT,LGS,LIDT,LLDT,LMSW,LOCK,LODS,' +
  162.             'LODSB,LODSD,LODSW,LOOP,LOOPD,LOOPDE,LOOPDNE,LOOPDNZ,LOOPDZ,LOOPE' +
  163.             ',LOOPNE,LOOPNZ,LOOPZ,LSL,LSS,LTR,MOV,MOVS,MOVSB,MOVSD,MOVSW,MOVS' +
  164.             'X,MOVZX,MUL,NEG,NOP,NOT,OR,OUT,OUTSB,OUTSD,OUTSW,POP,POPA,POPAD,' +
  165.             'POPF,POPFD,PUSH,PUSHA,PUSHAD,PUSHF,PUSHFD,RCL,RCR,REP,REPE,REPNE' +
  166.             ',REPNZ,REPZ,RET,RETF,RETN,ROL,ROR,SAHF,SAL,SAR,SBB,SCAS,SCASB,SC' +
  167.             'ASD,SCASW,SEGCS,SEGDS,SEGES,SEGFS,SEGGS,SEGSS,SETA,SETAE,SETB,SE' +
  168.             'TBE,SETC,SETE,SETG,SETGE,SETL,SETLE,SETNA,SETNAE,SETNB,SETNBE,SE' +
  169.             'TNC,SETNE,SETNG,SETNGE,SETNL,SETNLE,SETNO,SETNP,SETNS,SETNZ,SETO' +
  170.             ',SETP,SETPE,SETPO,SETS,SETZ,SGDT,SHL,SHLD,SHR,SHRD,SIDT,SLDT,SMS' +
  171.             'W,STC,STD,STI,STOS,STOSB,STOSD,STOSW,STR,SUB,TEST,VERR,VERW,WAIT' +
  172.             ',WBINVD,XADD,XCHG,XLAT,XOR'
  173.         end
  174.         item
  175.           FontID = 19
  176.           Name = 'Operands'
  177.           Keywords = 
  178.             'AH,AL,AND,AX,BH,BL,BP,BX,BYTE,CH,CL,CS,CX,DH,DI,DL,DS,DWORD,DX,E' +
  179.             'AX,EBP,EBX,ECX,EDI,EDX,EIP,ES,ESI,ESP,FS,GS,HIGH,LOW,MOD,NOT,OFF' +
  180.             'SET,OR,PTR,QWORD,SHL,SHR,SI,SP,SS,ST,TBYTE,TYPE,WORD,XOR'
  181.         end
  182.         item
  183.           FontID = 20
  184.           Name = 'Directives'
  185.           Keywords = 'DB,DD,DW'
  186.         end>
  187.     end>
  188.   P.FontTable = <
  189.     item
  190.       FontID = 0
  191.       Font.Charset = DEFAULT_CHARSET
  192.       Font.Color = clBlack
  193.       Font.Height = -13
  194.       Font.Name = 'Courier New'
  195.       Font.Style = []
  196.     end
  197.     item
  198.       FontID = 1
  199.       Font.Charset = DEFAULT_CHARSET
  200.       Font.Color = clGreen
  201.       Font.Height = -13
  202.       Font.Name = 'Courier New'
  203.       Font.Style = []
  204.     end
  205.     item
  206.       FontID = 2
  207.       Font.Charset = DEFAULT_CHARSET
  208.       Font.Color = clGreen
  209.       Font.Height = -13
  210.       Font.Name = 'Courier New'
  211.       Font.Style = []
  212.     end
  213.     item
  214.       FontID = 3
  215.       Font.Charset = DEFAULT_CHARSET
  216.       Font.Color = clGreen
  217.       Font.Height = -13
  218.       Font.Name = 'Courier New'
  219.       Font.Style = []
  220.     end
  221.     item
  222.       FontID = 4
  223.       Font.Charset = DEFAULT_CHARSET
  224.       Font.Color = clGray
  225.       Font.Height = -13
  226.       Font.Name = 'Courier New'
  227.       Font.Style = [fsItalic]
  228.     end
  229.     item
  230.       FontID = 5
  231.       Font.Charset = DEFAULT_CHARSET
  232.       Font.Color = clGray
  233.       Font.Height = -13
  234.       Font.Name = 'Courier New'
  235.       Font.Style = [fsItalic]
  236.     end
  237.     item
  238.       FontID = 6
  239.       Font.Charset = DEFAULT_CHARSET
  240.       Font.Color = clGray
  241.       Font.Height = -13
  242.       Font.Name = 'Courier New'
  243.       Font.Style = [fsItalic]
  244.     end
  245.     item
  246.       FontID = 7
  247.       Font.Charset = DEFAULT_CHARSET
  248.       Font.Color = clMaroon
  249.       Font.Height = -13
  250.       Font.Name = 'Courier New'
  251.       Font.Style = []
  252.     end
  253.     item
  254.       FontID = 8
  255.       Font.Charset = DEFAULT_CHARSET
  256.       Font.Color = clBlack
  257.       Font.Height = -13
  258.       Font.Name = 'Courier New'
  259.       Font.Style = [fsBold]
  260.     end
  261.     item
  262.       FontID = 9
  263.       Font.Charset = DEFAULT_CHARSET
  264.       Font.Color = clGreen
  265.       Font.Height = -13
  266.       Font.Name = 'Courier New'
  267.       Font.Style = []
  268.     end
  269.     item
  270.       FontID = 10
  271.       Font.Charset = DEFAULT_CHARSET
  272.       Font.Color = clGreen
  273.       Font.Height = -13
  274.       Font.Name = 'Courier New'
  275.       Font.Style = [fsBold]
  276.     end
  277.     item
  278.       FontID = 11
  279.       Font.Charset = DEFAULT_CHARSET
  280.       Font.Color = clGreen
  281.       Font.Height = -13
  282.       Font.Name = 'Courier New'
  283.       Font.Style = [fsBold]
  284.     end
  285.     item
  286.       FontID = 12
  287.       Font.Charset = DEFAULT_CHARSET
  288.       Font.Color = clGreen
  289.       Font.Height = -13
  290.       Font.Name = 'Courier New'
  291.       Font.Style = [fsBold]
  292.     end
  293.     item
  294.       FontID = 13
  295.       Font.Charset = DEFAULT_CHARSET
  296.       Font.Color = clGray
  297.       Font.Height = -13
  298.       Font.Name = 'Courier New'
  299.       Font.Style = [fsItalic]
  300.     end
  301.     item
  302.       FontID = 14
  303.       Font.Charset = DEFAULT_CHARSET
  304.       Font.Color = clGray
  305.       Font.Height = -13
  306.       Font.Name = 'Courier New'
  307.       Font.Style = [fsItalic]
  308.     end
  309.     item
  310.       FontID = 15
  311.       Font.Charset = DEFAULT_CHARSET
  312.       Font.Color = clGray
  313.       Font.Height = -13
  314.       Font.Name = 'Courier New'
  315.       Font.Style = [fsItalic]
  316.     end
  317.     item
  318.       FontID = 16
  319.       Font.Charset = DEFAULT_CHARSET
  320.       Font.Color = clMaroon
  321.       Font.Height = -13
  322.       Font.Name = 'Courier New'
  323.       Font.Style = []
  324.     end
  325.     item
  326.       FontID = 17
  327.       Font.Charset = DEFAULT_CHARSET
  328.       Font.Color = clMaroon
  329.       Font.Height = -13
  330.       Font.Name = 'Courier New'
  331.       Font.Style = []
  332.     end
  333.     item
  334.       FontID = 18
  335.       Font.Charset = DEFAULT_CHARSET
  336.       Font.Color = clGreen
  337.       Font.Height = -13
  338.       Font.Name = 'Courier New'
  339.       Font.Style = [fsBold]
  340.     end
  341.     item
  342.       FontID = 19
  343.       Font.Charset = DEFAULT_CHARSET
  344.       Font.Color = clGreen
  345.       Font.Height = -13
  346.       Font.Name = 'Courier New'
  347.       Font.Style = [fsItalic]
  348.     end
  349.     item
  350.       FontID = 20
  351.       Font.Charset = DEFAULT_CHARSET
  352.       Font.Color = clGreen
  353.       Font.Height = -13
  354.       Font.Name = 'Courier New'
  355.       Font.Style = [fsBold]
  356.     end>
  357.   P.SyntaxVersion = 3
  358. end
  359.